home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 3 / Cream of the Crop 3.iso / lan / apinst.zip / MAIN.Z < prev    next >
Text File  |  1994-03-17  |  2KB  |  82 lines

  1. /*
  2. ***************************************************************** 
  3.                     DISCLAIMER  
  4.   
  5. Novell, Inc. makes no representations or warranties with respect to
  6. any NetWare software, and specifically disclaims any express or
  7. implied warranties of merchantability, title, or fitness for a
  8. particular purpose.  
  9.  
  10. Distribution of any NetWare software is forbidden without the
  11. express written consent of Novell, Inc.  Further, Novell reserves
  12. the right to discontinue distribution of any NetWare software.
  13.  
  14. Novell is not responsible for lost profits or revenue, loss of use
  15. of the software, loss of data, costs of re-creating lost data, the
  16. cost of any substitute equipment or program, or claims by any party
  17. other than you.  Novell strongly recommends a backup be made before
  18. any software is installed.   Technical support for this software
  19. may be provided at the discretion of Novell.
  20. *****************************************************************
  21. */
  22. /*
  23.   +************************************************************************+
  24.   | Source control information:                                            |
  25.   +************************************************************************+
  26.   |
  27.   | $Workfile:   .z $
  28.   | $Revision:   $
  29.   | $Date:     $
  30.   |
  31.   | $Id:  $
  32.   |
  33.   +************************************************************************+
  34.   | Description:                                                           |
  35.   +************************************************************************+
  36.   |
  37.   |      Intermediate include file for  application.
  38.   |
  39.   +************************************************************************+
  40. */
  41.  
  42. #include <u_config.h>
  43. #include <u_types.h>
  44. #include <u_mod.h>
  45. #include <u_mem.h>
  46. #include <u_err.h>
  47. #include <u_file.h>
  48. #include <u_data.h>
  49. #include <u_graf.h>
  50. #include <u_res.h>
  51. #include <u_font.h>
  52. #include <u_key.h>
  53. #include <u_msg.h>
  54. #include <u_item.h>
  55. #include <u_inst.h>
  56. #include <u_pref.h>
  57. #include <u_pr.h>
  58. #include <u_sys.h>
  59. #include <u_clip.h>
  60. #include <u_app.h>
  61. #include <u_box.h>
  62. #include <u_btn.h>
  63. #include <u_dlg.h>
  64. #include <u_dsp.h>
  65. #include <u_etxt.h>
  66. #include <u_list.h>
  67. #include <u_menu.h>
  68. #include <u_std.h>
  69. #include <u_sldr.h>
  70. #include <u_void.h>
  71. #include <u_wnd.h>
  72. #include <u_pntr.h>
  73. #include <u_tbl.h>
  74. #include <u_help.h>
  75.  
  76.  
  77. /* Application specific resource files. */
  78. #include "main.h"
  79. #include "mainr.h"
  80.  
  81.  
  82.